home *** CD-ROM | disk | FTP | other *** search
- object Dlg_network: TDlg_network
- Left = 263
- Top = 207
- BorderStyle = bsDialog
- Caption = 'Preference'
- ClientHeight = 367
- ClientWidth = 403
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 8
- Top = 8
- Width = 385
- Height = 321
- ActivePage = TSgeneral
- TabOrder = 0
- object TSgeneral: TTabSheet
- Caption = 'General'
- object GBstart: TGroupBox
- Left = 14
- Top = 16
- Width = 345
- Height = 97
- Caption = 'Start up'
- TabOrder = 0
- object CBcheckmailer: TCheckBox
- Left = 16
- Top = 24
- Width = 289
- Height = 17
- Caption = '&Check whether Foxmail is default mailer'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object CBautomin: TCheckBox
- Left = 36
- Top = 72
- Width = 269
- Height = 17
- Caption = '&Minimized as a TrayIcon when auto run'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = CBautominClick
- end
- object CBautorun: TCheckBox
- Left = 16
- Top = 48
- Width = 289
- Height = 17
- Caption = '&Auto run when system start up'
- TabOrder = 2
- OnClick = CBautorunClick
- end
- end
- object CHK_CheckSendbox: TCheckBox
- Left = 14
- Top = 124
- Width = 313
- Height = 17
- Caption = 'Check &unsent mails in Sendbox before exit'
- TabOrder = 1
- end
- object CHK_EmptyTrashbox: TCheckBox
- Left = 14
- Top = 146
- Width = 313
- Height = 17
- Caption = '&Empty Trashbox before exit'
- TabOrder = 2
- end
- object CHK_ShowProgress: TCheckBox
- Left = 14
- Top = 168
- Width = 313
- Height = 17
- Caption = '&Show progress dialog while Auto-checking new mails'
- TabOrder = 3
- end
- end
- object TSnet: TTabSheet
- Caption = 'Connection'
- object RBlan: TRadioButton
- Left = 17
- Top = 16
- Width = 249
- Height = 17
- Caption = '&LAN or dedicated line'
- TabOrder = 0
- end
- object RBmanual: TRadioButton
- Left = 17
- Top = 40
- Width = 249
- Height = 17
- Caption = '&Manual connection'
- TabOrder = 1
- end
- object RBdial: TRadioButton
- Left = 17
- Top = 64
- Width = 249
- Height = 17
- Caption = '&Dial up networking'
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 33
- Top = 88
- Width = 313
- Height = 129
- Caption = 'Dial &up network settings'
- TabOrder = 3
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 57
- Height = 13
- Caption = '&Connection:'
- FocusControl = CBconnection
- end
- object CBconnection: TComboBox
- Left = 112
- Top = 22
- Width = 161
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- TabOrder = 0
- OnDrawItem = CBconnectionDrawItem
- end
- object CBautodisconnect: TCheckBox
- Left = 16
- Top = 80
- Width = 265
- Height = 17
- Caption = '&Auto disconnect after mail transmission'
- TabOrder = 3
- end
- object CBuseexisting: TCheckBox
- Left = 16
- Top = 104
- Width = 265
- Height = 17
- Caption = '&Use any existing connected dial up connection'
- TabOrder = 4
- end
- object BtnDUNProp: TButton
- Left = 112
- Top = 52
- Width = 75
- Height = 22
- Caption = '&Property...'
- TabOrder = 1
- OnClick = BtnDUNPropClick
- end
- object BtnNewDUN: TButton
- Left = 200
- Top = 52
- Width = 75
- Height = 22
- Caption = '&New...'
- TabOrder = 2
- OnClick = BtnNewDUNClick
- end
- end
- object CBtimeout: TCheckBox
- Left = 17
- Top = 242
- Width = 249
- Height = 17
- Caption = 'Network &time out (seconds):'
- TabOrder = 4
- end
- object E_nettime: TEdit
- Left = 297
- Top = 240
- Width = 49
- Height = 21
- TabOrder = 5
- end
- end
- object TS_Proxy: TTabSheet
- Caption = 'Proxy'
- ImageIndex = 4
- object gbEmailProxy: TGroupBox
- Left = 11
- Top = 16
- Width = 353
- Height = 105
- TabOrder = 1
- object lblEmailProxyType: TLabel
- Left = 34
- Top = 26
- Width = 30
- Height = 13
- Alignment = taRightJustify
- Caption = '&Type :'
- FocusControl = cbEmailProxyType
- end
- object lblEmailProxyServer: TLabel
- Left = 27
- Top = 52
- Width = 37
- Height = 13
- Alignment = taRightJustify
- Caption = '&Server :'
- FocusControl = E_EmailProxyServer
- end
- object lblEmailProxyUserID: TLabel
- Left = 22
- Top = 78
- Width = 42
- Height = 13
- Alignment = taRightJustify
- Caption = '&User ID :'
- FocusControl = E_EmailProxyUserID
- end
- object lblEmailProxyPort: TLabel
- Left = 215
- Top = 52
- Width = 25
- Height = 13
- Alignment = taRightJustify
- Caption = '&Port :'
- FocusControl = E_EmailProxyPort
- end
- object lblEmailProxyPassword: TLabel
- Left = 188
- Top = 80
- Width = 52
- Height = 13
- Alignment = taRightJustify
- Caption = 'Pass&word :'
- FocusControl = E_EmailProxyPassword
- end
- object cbEmailProxyType: TComboBox
- Left = 72
- Top = 22
- Width = 105
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbEmailProxyTypeChange
- Items.Strings = (
- 'SOCKS 4'
- 'SOCKS 5')
- end
- object E_EmailProxyServer: TEdit
- Left = 72
- Top = 48
- Width = 105
- Height = 21
- TabOrder = 1
- end
- object E_EmailProxyUserID: TEdit
- Left = 72
- Top = 74
- Width = 105
- Height = 21
- TabOrder = 3
- end
- object E_EmailProxyPort: TNumberEdit
- Left = 248
- Top = 48
- Width = 89
- Height = 21
- TabOrder = 2
- Text = '0'
- Value = 0
- end
- object E_EmailProxyPassword: TEdit
- Left = 248
- Top = 74
- Width = 89
- Height = 21
- PasswordChar = '*'
- TabOrder = 4
- end
- end
- object cbEmailProxy: TCheckBox
- Left = 16
- Top = 14
- Width = 161
- Height = 17
- Caption = '&Email Proxy Server'
- TabOrder = 0
- OnClick = cbEmailProxyClick
- end
- object gbSMSProxy: TGroupBox
- Left = 11
- Top = 144
- Width = 353
- Height = 105
- TabOrder = 3
- object lblSmsProxyType: TLabel
- Left = 34
- Top = 26
- Width = 30
- Height = 13
- Alignment = taRightJustify
- Caption = 'T&ype :'
- FocusControl = cbSmsProxyType
- end
- object lblSmsProxyServer: TLabel
- Left = 27
- Top = 52
- Width = 37
- Height = 13
- Alignment = taRightJustify
- Caption = 'Ser&ver :'
- FocusControl = E_SmsProxyServer
- end
- object lblSmsProxyUserID: TLabel
- Left = 22
- Top = 78
- Width = 42
- Height = 13
- Alignment = taRightJustify
- Caption = 'User &ID :'
- FocusControl = E_SmsProxyUserID
- end
- object lblSmsProxyPort: TLabel
- Left = 215
- Top = 52
- Width = 25
- Height = 13
- Alignment = taRightJustify
- Caption = 'P&ort :'
- FocusControl = E_SmsProxyPort
- end
- object lblSmsProxyPassword: TLabel
- Left = 188
- Top = 80
- Width = 52
- Height = 13
- Alignment = taRightJustify
- Caption = 'Passwor&d :'
- FocusControl = E_SmsProxyPassword
- end
- object cbSmsProxyType: TComboBox
- Left = 72
- Top = 22
- Width = 105
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbSmsProxyTypeChange
- Items.Strings = (
- 'HTTP Proxy'
- 'SOCKS 4'
- 'SOCKS 5')
- end
- object E_SmsProxyServer: TEdit
- Left = 72
- Top = 48
- Width = 105
- Height = 21
- TabOrder = 1
- end
- object E_SmsProxyUserID: TEdit
- Left = 72
- Top = 74
- Width = 105
- Height = 21
- TabOrder = 3
- end
- object E_SmsProxyPort: TNumberEdit
- Left = 248
- Top = 48
- Width = 89
- Height = 21
- TabOrder = 2
- Text = '0'
- Value = 0
- end
- object E_SmsProxyPassword: TEdit
- Left = 248
- Top = 74
- Width = 89
- Height = 21
- PasswordChar = '*'
- TabOrder = 4
- end
- end
- object cbSmsProxy: TCheckBox
- Left = 16
- Top = 142
- Width = 161
- Height = 17
- Caption = 'S&MS Proxy Server'
- TabOrder = 2
- OnClick = cbSmsProxyClick
- end
- end
- object TSExpress: TTabSheet
- Caption = 'Mail Express'
- ImageIndex = 2
- object GroupBox2: TGroupBox
- Left = 12
- Top = 16
- Width = 349
- Height = 81
- Caption = 'Name Server (DNS) for looking up mail host'
- TabOrder = 0
- object Label2: TLabel
- Left = 24
- Top = 24
- Width = 74
- Height = 13
- Caption = 'Name Server &1:'
- FocusControl = E_NS1
- end
- object Label3: TLabel
- Left = 24
- Top = 48
- Width = 74
- Height = 13
- Caption = 'Name Server &2:'
- FocusControl = E_NS2
- end
- object E_NS1: TMaskEdit
- Left = 107
- Top = 21
- Width = 94
- Height = 21
- EditMask = '999\.999\.999\.999;1; '
- ImeMode = imAlpha
- MaxLength = 15
- TabOrder = 0
- Text = ' . . . '
- end
- object E_NS2: TMaskEdit
- Left = 107
- Top = 45
- Width = 94
- Height = 21
- EditMask = '999\.999\.999\.999;1; '
- MaxLength = 15
- TabOrder = 1
- Text = ' . . . '
- end
- end
- object CB_Notify: TCheckBox
- Left = 12
- Top = 112
- Width = 313
- Height = 17
- Caption = '&Notify me when a message is sent successfully'
- TabOrder = 1
- end
- end
- object TabSheet1: TTabSheet
- Caption = 'Message Icon'
- ImageIndex = 3
- object Label4: TLabel
- Left = 28
- Top = 32
- Width = 91
- Height = 13
- Caption = '(divided by comma)'
- end
- object Label5: TLabel
- Left = 28
- Top = 152
- Width = 91
- Height = 13
- Caption = '(divided by comma)'
- end
- object rbForbidAll: TRadioButton
- Left = 12
- Top = 12
- Width = 313
- Height = 17
- Caption = 'Show user icon &ONLY from following addresses'
- TabOrder = 0
- end
- object rbAllowAll: TRadioButton
- Left = 12
- Top = 132
- Width = 313
- Height = 17
- Caption = 'Show user icon &EXCEPT from following addresses'
- TabOrder = 1
- end
- object mmAllowAddr: TMemo
- Left = 12
- Top = 48
- Width = 349
- Height = 73
- ScrollBars = ssVertical
- TabOrder = 2
- end
- object mmForbidAddr: TMemo
- Left = 12
- Top = 168
- Width = 349
- Height = 73
- ScrollBars = ssVertical
- TabOrder = 3
- end
- end
- object TS_Receipts: TTabSheet
- Caption = 'Receipts'
- ImageIndex = 5
- object grbRequestReceipt: TGroupBox
- Left = 16
- Top = 16
- Width = 345
- Height = 113
- Caption = 'Requesting Read Receipts'
- TabOrder = 0
- object lblTips: TLabel
- Left = 32
- Top = 48
- Width = 297
- Height = 57
- AutoSize = False
- Caption =
- 'You can request receipts for all sent messages by checking the a' +
- 'bove check box or only request receipt for current out going mes' +
- 'sage by clicking Option/Request Read Receipt on Compose window.'
- WordWrap = True
- end
- object CHK_RequestReceipt: TCheckBox
- Left = 16
- Top = 24
- Width = 313
- Height = 17
- Caption = '&Request a read receipt for all sent messages'
- TabOrder = 0
- end
- end
- object rdgReturnReceipt: TRadioGroup
- Left = 16
- Top = 144
- Width = 345
- Height = 105
- Caption = 'Returning Read Receipts'
- TabOrder = 1
- end
- object rdbNotify: TRadioButton
- Left = 32
- Top = 168
- Width = 273
- Height = 17
- Caption = '&Notify me for each read receipt request'
- TabOrder = 2
- end
- object rdbAutoSend: TRadioButton
- Left = 32
- Top = 192
- Width = 273
- Height = 17
- Caption = '&Always send a read receipt'
- TabOrder = 3
- end
- object rdbNeverSend: TRadioButton
- Left = 32
- Top = 216
- Width = 273
- Height = 17
- Caption = 'N&ever send a read receipt'
- TabOrder = 4
- end
- end
- end
- object BtnOk: TButton
- Left = 224
- Top = 336
- Width = 75
- Height = 22
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = BtnOkClick
- end
- object BtnCancel: TButton
- Left = 308
- Top = 336
- Width = 75
- Height = 22
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Language: TLanguage
- LangCenter = DM_Language.LangCenter
- Left = 176
- Top = 336
- end
- end
-